home *** CD-ROM | disk | FTP | other *** search
/ Spidla DivX / DivX.bin / CatDV Pro 3.0.8 / lib / parser.jar / org / w3c / dom / Notation.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-02-23  |  225 b   |  8 lines

  1. package org.w3c.dom;
  2.  
  3. public interface Notation extends Node {
  4.    String getPublicId();
  5.  
  6.    String getSystemId();
  7. }
  8.